listview: Set accessible roles
authorMatthias Clasen <mclasen@redhat.com>
Thu, 15 Oct 2020 03:34:51 +0000 (23:34 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 15 Oct 2020 03:34:51 +0000 (23:34 -0400)
commit6d562b61766bc6fd99df2439a4acddafa5f2b406
tree839afd4938f7405d7c6ecfde3102bb0ac1c8f29c
parent1bf21d3dba1f6c95d3562ab9a2fb98235122c4ba
listview: Set accessible roles

Use the LIST and LIST_ITEM roles for GtkListView
and its children. Use the GRID and GRID_CELL roles
for GtkGridView and its children.
gtk/gtkcolumnview.c
gtk/gtkgridview.c
gtk/gtklistbase.c
gtk/gtklistbaseprivate.h
gtk/gtklistitemmanager.c
gtk/gtklistitemmanagerprivate.h
gtk/gtklistitemwidget.c
gtk/gtklistitemwidgetprivate.h
gtk/gtklistview.c